Show / Hide Table of Contents

Class ImageSharePermissionState

Inheritance
System.Object
InputArgs
ResourceArgs
ImageSharePermissionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ecs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ImageSharePermissionState : ResourceArgs

Constructors

View Source

ImageSharePermissionState()

Declaration
public ImageSharePermissionState()

Properties

View Source

AccountId

Alibaba Cloud Account ID. It is used to share images.

Declaration
public Input<string> AccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ImageId

The source image ID.

Declaration
public Input<string> ImageId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.