Versions in this module Expand all Collapse all v0 v0.4.0 Oct 11, 2017 Changes in this version + const DeploymentPropertiesExtendedModeComplete + const DeploymentPropertiesExtendedModeIncremental + const DeploymentPropertiesModeComplete + const DeploymentPropertiesModeIncremental + const IdentityTypeSystemAssigned + type AliasPathType struct + APIVersions []string + Path string + func (m *AliasPathType) Validate(formats strfmt.Registry) error + type AliasType struct + Name string + Paths []*AliasPathType + func (m *AliasType) Validate(formats strfmt.Registry) error + type BasicDependency struct + ID string + ResourceName string + ResourceType string + func (m *BasicDependency) Validate(formats strfmt.Registry) error + type DebugSetting struct + DetailLevel string + func (m *DebugSetting) Validate(formats strfmt.Registry) error + type Dependency struct + DependsOn []*BasicDependency + ID string + ResourceName string + ResourceType string + func (m *Dependency) Validate(formats strfmt.Registry) error + type Deployment struct + Properties *DeploymentProperties + func (m *Deployment) Validate(formats strfmt.Registry) error + type DeploymentExportResult struct + Template interface{} + func (m *DeploymentExportResult) Validate(formats strfmt.Registry) error + type DeploymentExtended struct + ID string + Name *string + Properties *DeploymentPropertiesExtended + func (m *DeploymentExtended) Validate(formats strfmt.Registry) error + type DeploymentExtendedFilter struct + ProvisioningState string + func (m *DeploymentExtendedFilter) Validate(formats strfmt.Registry) error + type DeploymentListResult struct + NextLink string + Value []*DeploymentExtended + func (m *DeploymentListResult) Validate(formats strfmt.Registry) error + type DeploymentOperation struct + ID string + OperationID string + Properties *DeploymentOperationProperties + func (m *DeploymentOperation) Validate(formats strfmt.Registry) error + type DeploymentOperationProperties struct + ProvisioningState string + Request *HTTPMessage + Response *HTTPMessage + ServiceRequestID string + StatusCode string + StatusMessage interface{} + TargetResource *TargetResource + Timestamp strfmt.DateTime + func (m *DeploymentOperationProperties) Validate(formats strfmt.Registry) error + type DeploymentOperationsListResult struct + NextLink string + Value []*DeploymentOperation + func (m *DeploymentOperationsListResult) Validate(formats strfmt.Registry) error + type DeploymentProperties struct + DebugSetting *DebugSetting + Mode *string + Parameters interface{} + ParametersLink *ParametersLink + Template interface{} + TemplateLink *TemplateLink + func (m *DeploymentProperties) Validate(formats strfmt.Registry) error + type DeploymentPropertiesExtended struct + CorrelationID string + DebugSetting *DebugSetting + Dependencies []*Dependency + Mode string + Outputs interface{} + Parameters interface{} + ParametersLink *ParametersLink + Providers []*Provider + ProvisioningState string + Template interface{} + TemplateLink *TemplateLink + Timestamp strfmt.DateTime + func (m *DeploymentPropertiesExtended) Validate(formats strfmt.Registry) error + type DeploymentValidateResult struct + Error *ResourceManagementErrorWithDetails + Properties *DeploymentPropertiesExtended + func (m *DeploymentValidateResult) Validate(formats strfmt.Registry) error + type ExportTemplateRequest struct + Options string + Resources []string + func (m *ExportTemplateRequest) Validate(formats strfmt.Registry) error + type GenericResource struct + Identity *Identity + Kind string + ManagedBy string + Plan *Plan + Properties interface{} + Sku *Sku + func (m *GenericResource) UnmarshalJSON(raw []byte) error + func (m *GenericResource) Validate(formats strfmt.Registry) error + func (m GenericResource) MarshalJSON() ([]byte, error) + type GenericResourceFilter struct + ResourceType string + Tagname string + Tagvalue string + func (m *GenericResourceFilter) Validate(formats strfmt.Registry) error + type HTTPMessage struct + Content interface{} + func (m *HTTPMessage) Validate(formats strfmt.Registry) error + type Identity struct + PrincipalID string + TenantID string + Type string + func (m *Identity) Validate(formats strfmt.Registry) error + type ParametersLink struct + ContentVersion string + URI *string + func (m *ParametersLink) Validate(formats strfmt.Registry) error + type Plan struct + Name string + Product string + PromotionCode string + Publisher string + func (m *Plan) Validate(formats strfmt.Registry) error + type Provider struct + ID string + Namespace string + RegistrationState string + ResourceTypes []*ProviderResourceType + func (m *Provider) Validate(formats strfmt.Registry) error + type ProviderListResult struct + NextLink string + Value []*Provider + func (m *ProviderListResult) Validate(formats strfmt.Registry) error + type ProviderResourceType struct + APIVersions []string + Aliases []*AliasType + Locations []string + Properties map[string]string + ResourceType string + func (m *ProviderResourceType) Validate(formats strfmt.Registry) error + type Resource struct + ID string + Location string + Name string + Tags map[string]string + Type string + func (m *Resource) Validate(formats strfmt.Registry) error + type ResourceGroup struct + ID string + Location *string + ManagedBy string + Name string + Properties *ResourceGroupProperties + Tags map[string]string + func (m *ResourceGroup) Validate(formats strfmt.Registry) error + type ResourceGroupExportResult struct + Error *ResourceManagementErrorWithDetails + Template interface{} + func (m *ResourceGroupExportResult) Validate(formats strfmt.Registry) error + type ResourceGroupFilter struct + TagName string + TagValue string + func (m *ResourceGroupFilter) Validate(formats strfmt.Registry) error + type ResourceGroupListResult struct + NextLink string + Value []*ResourceGroup + func (m *ResourceGroupListResult) Validate(formats strfmt.Registry) error + type ResourceGroupProperties struct + ProvisioningState string + func (m *ResourceGroupProperties) Validate(formats strfmt.Registry) error + type ResourceListResult struct + NextLink string + Value []*GenericResource + func (m *ResourceListResult) Validate(formats strfmt.Registry) error + type ResourceManagementErrorWithDetails struct + Code string + Details []*ResourceManagementErrorWithDetails + Message string + Target string + func (m *ResourceManagementErrorWithDetails) Validate(formats strfmt.Registry) error + type ResourceProviderOperationDisplayProperties struct + Description string + Operation string + Provider string + Publisher string + Resource string + func (m *ResourceProviderOperationDisplayProperties) Validate(formats strfmt.Registry) error + type ResourcesMoveInfo struct + Resources []string + TargetResourceGroup string + func (m *ResourcesMoveInfo) Validate(formats strfmt.Registry) error + type Sku struct + Capacity int32 + Family string + Model string + Name string + Size string + Tier string + func (m *Sku) Validate(formats strfmt.Registry) error + type SubResource struct + ID string + func (m *SubResource) Validate(formats strfmt.Registry) error + type TagCount struct + Type string + Value int64 + func (m *TagCount) Validate(formats strfmt.Registry) error + type TagDetails struct + Count *TagCount + ID string + TagName string + Values []*TagValue + func (m *TagDetails) Validate(formats strfmt.Registry) error + type TagValue struct + Count *TagCount + ID string + TagValue string + func (m *TagValue) Validate(formats strfmt.Registry) error + type TagsListResult struct + NextLink string + Value []*TagDetails + func (m *TagsListResult) Validate(formats strfmt.Registry) error + type TargetResource struct + ID string + ResourceName string + ResourceType string + func (m *TargetResource) Validate(formats strfmt.Registry) error + type TemplateLink struct + ContentVersion string + URI *string + func (m *TemplateLink) Validate(formats strfmt.Registry) error