Documentation ¶
Index ¶
- func PossibleValuesForAmlFilesystemHealthStateType() []string
- func PossibleValuesForAmlFilesystemIdentityType() []string
- func PossibleValuesForAmlFilesystemProvisioningStateType() []string
- func PossibleValuesForArchiveStatusType() []string
- func PossibleValuesForMaintenanceDayOfWeekType() []string
- func ValidateAmlFilesystemID(input interface{}, key string) (warnings []string, errors []error)
- type AmlFilesystem
- type AmlFilesystemArchive
- type AmlFilesystemArchiveInfo
- type AmlFilesystemArchiveStatus
- func (o *AmlFilesystemArchiveStatus) GetLastCompletionTimeAsTime() (*time.Time, error)
- func (o *AmlFilesystemArchiveStatus) GetLastStartedTimeAsTime() (*time.Time, error)
- func (o *AmlFilesystemArchiveStatus) SetLastCompletionTimeAsTime(input time.Time)
- func (o *AmlFilesystemArchiveStatus) SetLastStartedTimeAsTime(input time.Time)
- type AmlFilesystemClientInfo
- type AmlFilesystemContainerStorageInterface
- type AmlFilesystemEncryptionSettings
- type AmlFilesystemHealth
- type AmlFilesystemHealthStateType
- type AmlFilesystemHsmSettings
- type AmlFilesystemId
- type AmlFilesystemIdentity
- type AmlFilesystemIdentityType
- type AmlFilesystemOperationPredicate
- type AmlFilesystemProperties
- type AmlFilesystemPropertiesHsm
- type AmlFilesystemPropertiesMaintenanceWindow
- type AmlFilesystemProvisioningStateType
- type AmlFilesystemSubnetInfo
- type AmlFilesystemUpdate
- type AmlFilesystemUpdateProperties
- type AmlFilesystemUpdatePropertiesMaintenanceWindow
- type AmlFilesystemsClient
- func (c AmlFilesystemsClient) Archive(ctx context.Context, id AmlFilesystemId, input AmlFilesystemArchiveInfo) (result ArchiveOperationResponse, err error)
- func (c AmlFilesystemsClient) CancelArchive(ctx context.Context, id AmlFilesystemId) (result CancelArchiveOperationResponse, err error)
- func (c AmlFilesystemsClient) CheckAmlFSSubnets(ctx context.Context, id commonids.SubscriptionId, ...) (result CheckAmlFSSubnetsOperationResponse, err error)
- func (c AmlFilesystemsClient) CreateOrUpdate(ctx context.Context, id AmlFilesystemId, input AmlFilesystem) (result CreateOrUpdateOperationResponse, err error)
- func (c AmlFilesystemsClient) CreateOrUpdateThenPoll(ctx context.Context, id AmlFilesystemId, input AmlFilesystem) error
- func (c AmlFilesystemsClient) Delete(ctx context.Context, id AmlFilesystemId) (result DeleteOperationResponse, err error)
- func (c AmlFilesystemsClient) DeleteThenPoll(ctx context.Context, id AmlFilesystemId) error
- func (c AmlFilesystemsClient) Get(ctx context.Context, id AmlFilesystemId) (result GetOperationResponse, err error)
- func (c AmlFilesystemsClient) GetRequiredAmlFSSubnetsSize(ctx context.Context, id commonids.SubscriptionId, ...) (result GetRequiredAmlFSSubnetsSizeOperationResponse, err error)
- func (c AmlFilesystemsClient) List(ctx context.Context, id commonids.SubscriptionId) (resp ListOperationResponse, err error)
- func (c AmlFilesystemsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp ListByResourceGroupOperationResponse, err error)
- func (c AmlFilesystemsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c AmlFilesystemsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ListByResourceGroupCompleteResult, err error)
- func (c AmlFilesystemsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
- func (c AmlFilesystemsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp ListCompleteResult, err error)
- func (c AmlFilesystemsClient) Update(ctx context.Context, id AmlFilesystemId, input AmlFilesystemUpdate) (result UpdateOperationResponse, err error)
- func (c AmlFilesystemsClient) UpdateThenPoll(ctx context.Context, id AmlFilesystemId, input AmlFilesystemUpdate) error
- type ArchiveOperationResponse
- type ArchiveStatusType
- type CancelArchiveOperationResponse
- type CheckAmlFSSubnetsOperationResponse
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type GetRequiredAmlFSSubnetsSizeOperationResponse
- type KeyVaultKeyReference
- type KeyVaultKeyReferenceSourceVault
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupOperationResponse
- type ListCompleteResult
- type ListOperationResponse
- type MaintenanceDayOfWeekType
- type RequiredAmlFilesystemSubnetsSize
- type RequiredAmlFilesystemSubnetsSizeInfo
- type SkuName
- type UpdateOperationResponse
- type UserAssignedIdentitiesProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAmlFilesystemHealthStateType ¶
func PossibleValuesForAmlFilesystemHealthStateType() []string
func PossibleValuesForAmlFilesystemIdentityType ¶
func PossibleValuesForAmlFilesystemIdentityType() []string
func PossibleValuesForAmlFilesystemProvisioningStateType ¶
func PossibleValuesForAmlFilesystemProvisioningStateType() []string
func PossibleValuesForArchiveStatusType ¶
func PossibleValuesForArchiveStatusType() []string
func PossibleValuesForMaintenanceDayOfWeekType ¶
func PossibleValuesForMaintenanceDayOfWeekType() []string
func ValidateAmlFilesystemID ¶
ValidateAmlFilesystemID checks that 'input' can be parsed as a Aml Filesystem ID
Types ¶
type AmlFilesystem ¶
type AmlFilesystem struct { Id *string `json:"id,omitempty"` Identity *AmlFilesystemIdentity `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *AmlFilesystemProperties `json:"properties,omitempty"` Sku *SkuName `json:"sku,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` Zones *zones.Schema `json:"zones,omitempty"` }
type AmlFilesystemArchive ¶
type AmlFilesystemArchive struct { FilesystemPath *string `json:"filesystemPath,omitempty"` Status *AmlFilesystemArchiveStatus `json:"status,omitempty"` }
type AmlFilesystemArchiveInfo ¶
type AmlFilesystemArchiveInfo struct {
FilesystemPath *string `json:"filesystemPath,omitempty"`
}
type AmlFilesystemArchiveStatus ¶
type AmlFilesystemArchiveStatus struct { ErrorCode *string `json:"errorCode,omitempty"` ErrorMessage *string `json:"errorMessage,omitempty"` LastCompletionTime *string `json:"lastCompletionTime,omitempty"` LastStartedTime *string `json:"lastStartedTime,omitempty"` PercentComplete *int64 `json:"percentComplete,omitempty"` State *ArchiveStatusType `json:"state,omitempty"` }
func (*AmlFilesystemArchiveStatus) GetLastCompletionTimeAsTime ¶
func (o *AmlFilesystemArchiveStatus) GetLastCompletionTimeAsTime() (*time.Time, error)
func (*AmlFilesystemArchiveStatus) GetLastStartedTimeAsTime ¶
func (o *AmlFilesystemArchiveStatus) GetLastStartedTimeAsTime() (*time.Time, error)
func (*AmlFilesystemArchiveStatus) SetLastCompletionTimeAsTime ¶
func (o *AmlFilesystemArchiveStatus) SetLastCompletionTimeAsTime(input time.Time)
func (*AmlFilesystemArchiveStatus) SetLastStartedTimeAsTime ¶
func (o *AmlFilesystemArchiveStatus) SetLastStartedTimeAsTime(input time.Time)
type AmlFilesystemClientInfo ¶
type AmlFilesystemClientInfo struct { ContainerStorageInterface *AmlFilesystemContainerStorageInterface `json:"containerStorageInterface,omitempty"` LustreVersion *string `json:"lustreVersion,omitempty"` MgsAddress *string `json:"mgsAddress,omitempty"` MountCommand *string `json:"mountCommand,omitempty"` }
type AmlFilesystemEncryptionSettings ¶
type AmlFilesystemEncryptionSettings struct {
KeyEncryptionKey *KeyVaultKeyReference `json:"keyEncryptionKey,omitempty"`
}
type AmlFilesystemHealth ¶
type AmlFilesystemHealth struct { State *AmlFilesystemHealthStateType `json:"state,omitempty"` StatusCode *string `json:"statusCode,omitempty"` StatusDescription *string `json:"statusDescription,omitempty"` }
type AmlFilesystemHealthStateType ¶
type AmlFilesystemHealthStateType string
const ( AmlFilesystemHealthStateTypeAvailable AmlFilesystemHealthStateType = "Available" AmlFilesystemHealthStateTypeDegraded AmlFilesystemHealthStateType = "Degraded" AmlFilesystemHealthStateTypeMaintenance AmlFilesystemHealthStateType = "Maintenance" AmlFilesystemHealthStateTypeTransitioning AmlFilesystemHealthStateType = "Transitioning" )
type AmlFilesystemId ¶
type AmlFilesystemId struct { SubscriptionId string ResourceGroupName string AmlFilesystemName string }
AmlFilesystemId is a struct representing the Resource ID for a Aml Filesystem
func NewAmlFilesystemID ¶
func NewAmlFilesystemID(subscriptionId string, resourceGroupName string, amlFilesystemName string) AmlFilesystemId
NewAmlFilesystemID returns a new AmlFilesystemId struct
func ParseAmlFilesystemID ¶
func ParseAmlFilesystemID(input string) (*AmlFilesystemId, error)
ParseAmlFilesystemID parses 'input' into a AmlFilesystemId
func ParseAmlFilesystemIDInsensitively ¶
func ParseAmlFilesystemIDInsensitively(input string) (*AmlFilesystemId, error)
ParseAmlFilesystemIDInsensitively parses 'input' case-insensitively into a AmlFilesystemId note: this method should only be used for API response data and not user input
func (AmlFilesystemId) ID ¶
func (id AmlFilesystemId) ID() string
ID returns the formatted Aml Filesystem ID
func (AmlFilesystemId) Segments ¶
func (id AmlFilesystemId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Aml Filesystem ID
func (AmlFilesystemId) String ¶
func (id AmlFilesystemId) String() string
String returns a human-readable description of this Aml Filesystem ID
type AmlFilesystemIdentity ¶
type AmlFilesystemIdentity struct { PrincipalId *string `json:"principalId,omitempty"` TenantId *string `json:"tenantId,omitempty"` Type *AmlFilesystemIdentityType `json:"type,omitempty"` UserAssignedIdentities *map[string]UserAssignedIdentitiesProperties `json:"userAssignedIdentities,omitempty"` }
type AmlFilesystemIdentityType ¶
type AmlFilesystemIdentityType string
const ( AmlFilesystemIdentityTypeNone AmlFilesystemIdentityType = "None" AmlFilesystemIdentityTypeUserAssigned AmlFilesystemIdentityType = "UserAssigned" )
type AmlFilesystemOperationPredicate ¶
type AmlFilesystemOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (AmlFilesystemOperationPredicate) Matches ¶
func (p AmlFilesystemOperationPredicate) Matches(input AmlFilesystem) bool
type AmlFilesystemProperties ¶
type AmlFilesystemProperties struct { ClientInfo *AmlFilesystemClientInfo `json:"clientInfo,omitempty"` EncryptionSettings *AmlFilesystemEncryptionSettings `json:"encryptionSettings,omitempty"` FilesystemSubnet string `json:"filesystemSubnet"` Health *AmlFilesystemHealth `json:"health,omitempty"` Hsm *AmlFilesystemPropertiesHsm `json:"hsm,omitempty"` MaintenanceWindow AmlFilesystemPropertiesMaintenanceWindow `json:"maintenanceWindow"` ProvisioningState *AmlFilesystemProvisioningStateType `json:"provisioningState,omitempty"` StorageCapacityTiB float64 `json:"storageCapacityTiB"` ThroughputProvisionedMBps *int64 `json:"throughputProvisionedMBps,omitempty"` }
type AmlFilesystemPropertiesHsm ¶
type AmlFilesystemPropertiesHsm struct { ArchiveStatus *[]AmlFilesystemArchive `json:"archiveStatus,omitempty"` Settings *AmlFilesystemHsmSettings `json:"settings,omitempty"` }
type AmlFilesystemPropertiesMaintenanceWindow ¶
type AmlFilesystemPropertiesMaintenanceWindow struct { DayOfWeek *MaintenanceDayOfWeekType `json:"dayOfWeek,omitempty"` TimeOfDayUTC *string `json:"timeOfDayUTC,omitempty"` }
type AmlFilesystemProvisioningStateType ¶
type AmlFilesystemProvisioningStateType string
const ( AmlFilesystemProvisioningStateTypeCanceled AmlFilesystemProvisioningStateType = "Canceled" AmlFilesystemProvisioningStateTypeCreating AmlFilesystemProvisioningStateType = "Creating" AmlFilesystemProvisioningStateTypeDeleting AmlFilesystemProvisioningStateType = "Deleting" AmlFilesystemProvisioningStateTypeFailed AmlFilesystemProvisioningStateType = "Failed" AmlFilesystemProvisioningStateTypeSucceeded AmlFilesystemProvisioningStateType = "Succeeded" AmlFilesystemProvisioningStateTypeUpdating AmlFilesystemProvisioningStateType = "Updating" )
type AmlFilesystemSubnetInfo ¶
type AmlFilesystemUpdate ¶
type AmlFilesystemUpdate struct { Properties *AmlFilesystemUpdateProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type AmlFilesystemUpdateProperties ¶
type AmlFilesystemUpdateProperties struct { EncryptionSettings *AmlFilesystemEncryptionSettings `json:"encryptionSettings,omitempty"` MaintenanceWindow *AmlFilesystemUpdatePropertiesMaintenanceWindow `json:"maintenanceWindow,omitempty"` }
type AmlFilesystemUpdatePropertiesMaintenanceWindow ¶
type AmlFilesystemUpdatePropertiesMaintenanceWindow struct { DayOfWeek *MaintenanceDayOfWeekType `json:"dayOfWeek,omitempty"` TimeOfDayUTC *string `json:"timeOfDayUTC,omitempty"` }
type AmlFilesystemsClient ¶
type AmlFilesystemsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewAmlFilesystemsClientWithBaseURI ¶
func NewAmlFilesystemsClientWithBaseURI(endpoint string) AmlFilesystemsClient
func (AmlFilesystemsClient) Archive ¶
func (c AmlFilesystemsClient) Archive(ctx context.Context, id AmlFilesystemId, input AmlFilesystemArchiveInfo) (result ArchiveOperationResponse, err error)
Archive ...
func (AmlFilesystemsClient) CancelArchive ¶
func (c AmlFilesystemsClient) CancelArchive(ctx context.Context, id AmlFilesystemId) (result CancelArchiveOperationResponse, err error)
CancelArchive ...
func (AmlFilesystemsClient) CheckAmlFSSubnets ¶
func (c AmlFilesystemsClient) CheckAmlFSSubnets(ctx context.Context, id commonids.SubscriptionId, input AmlFilesystemSubnetInfo) (result CheckAmlFSSubnetsOperationResponse, err error)
CheckAmlFSSubnets ...
func (AmlFilesystemsClient) CreateOrUpdate ¶
func (c AmlFilesystemsClient) CreateOrUpdate(ctx context.Context, id AmlFilesystemId, input AmlFilesystem) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (AmlFilesystemsClient) CreateOrUpdateThenPoll ¶
func (c AmlFilesystemsClient) CreateOrUpdateThenPoll(ctx context.Context, id AmlFilesystemId, input AmlFilesystem) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (AmlFilesystemsClient) Delete ¶
func (c AmlFilesystemsClient) Delete(ctx context.Context, id AmlFilesystemId) (result DeleteOperationResponse, err error)
Delete ...
func (AmlFilesystemsClient) DeleteThenPoll ¶
func (c AmlFilesystemsClient) DeleteThenPoll(ctx context.Context, id AmlFilesystemId) error
DeleteThenPoll performs Delete then polls until it's completed
func (AmlFilesystemsClient) Get ¶
func (c AmlFilesystemsClient) Get(ctx context.Context, id AmlFilesystemId) (result GetOperationResponse, err error)
Get ...
func (AmlFilesystemsClient) GetRequiredAmlFSSubnetsSize ¶
func (c AmlFilesystemsClient) GetRequiredAmlFSSubnetsSize(ctx context.Context, id commonids.SubscriptionId, input RequiredAmlFilesystemSubnetsSizeInfo) (result GetRequiredAmlFSSubnetsSizeOperationResponse, err error)
GetRequiredAmlFSSubnetsSize ...
func (AmlFilesystemsClient) List ¶
func (c AmlFilesystemsClient) List(ctx context.Context, id commonids.SubscriptionId) (resp ListOperationResponse, err error)
List ...
func (AmlFilesystemsClient) ListByResourceGroup ¶
func (c AmlFilesystemsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (AmlFilesystemsClient) ListByResourceGroupComplete ¶
func (c AmlFilesystemsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all of the results into a single object
func (AmlFilesystemsClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c AmlFilesystemsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate AmlFilesystemOperationPredicate) (resp ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (AmlFilesystemsClient) ListComplete ¶
func (c AmlFilesystemsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (AmlFilesystemsClient) ListCompleteMatchingPredicate ¶
func (c AmlFilesystemsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate AmlFilesystemOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (AmlFilesystemsClient) Update ¶
func (c AmlFilesystemsClient) Update(ctx context.Context, id AmlFilesystemId, input AmlFilesystemUpdate) (result UpdateOperationResponse, err error)
Update ...
func (AmlFilesystemsClient) UpdateThenPoll ¶
func (c AmlFilesystemsClient) UpdateThenPoll(ctx context.Context, id AmlFilesystemId, input AmlFilesystemUpdate) error
UpdateThenPoll performs Update then polls until it's completed
type ArchiveStatusType ¶
type ArchiveStatusType string
const ( ArchiveStatusTypeCanceled ArchiveStatusType = "Canceled" ArchiveStatusTypeCancelling ArchiveStatusType = "Cancelling" ArchiveStatusTypeCompleted ArchiveStatusType = "Completed" ArchiveStatusTypeFSScanInProgress ArchiveStatusType = "FSScanInProgress" ArchiveStatusTypeFailed ArchiveStatusType = "Failed" ArchiveStatusTypeIdle ArchiveStatusType = "Idle" ArchiveStatusTypeInProgress ArchiveStatusType = "InProgress" ArchiveStatusTypeNotConfigured ArchiveStatusType = "NotConfigured" )
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *AmlFilesystem }
type GetRequiredAmlFSSubnetsSizeOperationResponse ¶
type GetRequiredAmlFSSubnetsSizeOperationResponse struct { HttpResponse *http.Response Model *RequiredAmlFilesystemSubnetsSize }
type KeyVaultKeyReference ¶
type KeyVaultKeyReference struct { KeyUrl string `json:"keyUrl"` SourceVault KeyVaultKeyReferenceSourceVault `json:"sourceVault"` }
type KeyVaultKeyReferenceSourceVault ¶
type KeyVaultKeyReferenceSourceVault struct {
Id *string `json:"id,omitempty"`
}
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct {
Items []AmlFilesystem
}
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]AmlFilesystem // contains filtered or unexported fields }
func (ListByResourceGroupOperationResponse) HasMore ¶
func (r ListByResourceGroupOperationResponse) HasMore() bool
func (ListByResourceGroupOperationResponse) LoadMore ¶
func (r ListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp ListByResourceGroupOperationResponse, err error)
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []AmlFilesystem
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]AmlFilesystem // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type MaintenanceDayOfWeekType ¶
type MaintenanceDayOfWeekType string
const ( MaintenanceDayOfWeekTypeFriday MaintenanceDayOfWeekType = "Friday" MaintenanceDayOfWeekTypeMonday MaintenanceDayOfWeekType = "Monday" MaintenanceDayOfWeekTypeSaturday MaintenanceDayOfWeekType = "Saturday" MaintenanceDayOfWeekTypeSunday MaintenanceDayOfWeekType = "Sunday" MaintenanceDayOfWeekTypeThursday MaintenanceDayOfWeekType = "Thursday" MaintenanceDayOfWeekTypeTuesday MaintenanceDayOfWeekType = "Tuesday" MaintenanceDayOfWeekTypeWednesday MaintenanceDayOfWeekType = "Wednesday" )
type RequiredAmlFilesystemSubnetsSize ¶
type RequiredAmlFilesystemSubnetsSize struct {
FilesystemSubnetSize *int64 `json:"filesystemSubnetSize,omitempty"`
}
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
Source Files ¶
- client.go
- constants.go
- id_amlfilesystem.go
- method_archive_autorest.go
- method_cancelarchive_autorest.go
- method_checkamlfssubnets_autorest.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_getrequiredamlfssubnetssize_autorest.go
- method_list_autorest.go
- method_listbyresourcegroup_autorest.go
- method_update_autorest.go
- model_amlfilesystem.go
- model_amlfilesystemarchive.go
- model_amlfilesystemarchiveinfo.go
- model_amlfilesystemarchivestatus.go
- model_amlfilesystemclientinfo.go
- model_amlfilesystemcontainerstorageinterface.go
- model_amlfilesystemencryptionsettings.go
- model_amlfilesystemhealth.go
- model_amlfilesystemhsmsettings.go
- model_amlfilesystemidentity.go
- model_amlfilesystemproperties.go
- model_amlfilesystempropertieshsm.go
- model_amlfilesystempropertiesmaintenancewindow.go
- model_amlfilesystemsubnetinfo.go
- model_amlfilesystemupdate.go
- model_amlfilesystemupdateproperties.go
- model_amlfilesystemupdatepropertiesmaintenancewindow.go
- model_keyvaultkeyreference.go
- model_keyvaultkeyreferencesourcevault.go
- model_requiredamlfilesystemsubnetssize.go
- model_requiredamlfilesystemsubnetssizeinfo.go
- model_skuname.go
- model_userassignedidentitiesproperties.go
- predicates.go
- version.go