Documentation ¶
Index ¶
- func PossibleValuesForAmlFilesystemHealthStateType() []string
- func PossibleValuesForAmlFilesystemProvisioningStateType() []string
- func PossibleValuesForAmlFilesystemSquashMode() []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 AmlFilesystemOperationPredicate
- type AmlFilesystemProperties
- type AmlFilesystemPropertiesHsm
- type AmlFilesystemPropertiesMaintenanceWindow
- type AmlFilesystemProvisioningStateType
- type AmlFilesystemRootSquashSettings
- type AmlFilesystemSquashMode
- 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) (result ListOperationResponse, err error)
- func (c AmlFilesystemsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result 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, ...) (result 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, ...) (result 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 ListByResourceGroupCustomPager
- type ListByResourceGroupOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
- type MaintenanceDayOfWeekType
- type RequiredAmlFilesystemSubnetsSize
- type RequiredAmlFilesystemSubnetsSizeInfo
- type SkuName
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAmlFilesystemHealthStateType ¶
func PossibleValuesForAmlFilesystemHealthStateType() []string
func PossibleValuesForAmlFilesystemProvisioningStateType ¶
func PossibleValuesForAmlFilesystemProvisioningStateType() []string
func PossibleValuesForAmlFilesystemSquashMode ¶
func PossibleValuesForAmlFilesystemSquashMode() []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 *identity.UserAssignedMap `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" )
func (*AmlFilesystemHealthStateType) UnmarshalJSON ¶
func (s *AmlFilesystemHealthStateType) UnmarshalJSON(bytes []byte) error
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) FromParseResult ¶
func (id *AmlFilesystemId) FromParseResult(input resourceids.ParseResult) error
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 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"` RootSquashSettings *AmlFilesystemRootSquashSettings `json:"rootSquashSettings,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" )
func (*AmlFilesystemProvisioningStateType) UnmarshalJSON ¶
func (s *AmlFilesystemProvisioningStateType) UnmarshalJSON(bytes []byte) error
type AmlFilesystemRootSquashSettings ¶
type AmlFilesystemRootSquashSettings struct { Mode *AmlFilesystemSquashMode `json:"mode,omitempty"` NoSquashNidLists *string `json:"noSquashNidLists,omitempty"` SquashGID *int64 `json:"squashGID,omitempty"` SquashUID *int64 `json:"squashUID,omitempty"` Status *string `json:"status,omitempty"` }
type AmlFilesystemSquashMode ¶
type AmlFilesystemSquashMode string
const ( AmlFilesystemSquashModeAll AmlFilesystemSquashMode = "All" AmlFilesystemSquashModeNone AmlFilesystemSquashMode = "None" AmlFilesystemSquashModeRootOnly AmlFilesystemSquashMode = "RootOnly" )
func (*AmlFilesystemSquashMode) UnmarshalJSON ¶
func (s *AmlFilesystemSquashMode) UnmarshalJSON(bytes []byte) error
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"` RootSquashSettings *AmlFilesystemRootSquashSettings `json:"rootSquashSettings,omitempty"` }
type AmlFilesystemUpdatePropertiesMaintenanceWindow ¶
type AmlFilesystemUpdatePropertiesMaintenanceWindow struct { DayOfWeek *MaintenanceDayOfWeekType `json:"dayOfWeek,omitempty"` TimeOfDayUTC *string `json:"timeOfDayUTC,omitempty"` }
type AmlFilesystemsClient ¶
type AmlFilesystemsClient struct {
Client *resourcemanager.Client
}
func NewAmlFilesystemsClientWithBaseURI ¶
func NewAmlFilesystemsClientWithBaseURI(sdkApi sdkEnv.Api) (*AmlFilesystemsClient, error)
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) (result ListOperationResponse, err error)
List ...
func (AmlFilesystemsClient) ListByResourceGroup ¶
func (c AmlFilesystemsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (AmlFilesystemsClient) ListByResourceGroupComplete ¶
func (c AmlFilesystemsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (AmlFilesystemsClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c AmlFilesystemsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate AmlFilesystemOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AmlFilesystemsClient) ListComplete ¶
func (c AmlFilesystemsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (AmlFilesystemsClient) ListCompleteMatchingPredicate ¶
func (c AmlFilesystemsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate AmlFilesystemOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies 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" )
func (*ArchiveStatusType) UnmarshalJSON ¶
func (s *ArchiveStatusType) UnmarshalJSON(bytes []byte) error
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *AmlFilesystem }
type GetRequiredAmlFSSubnetsSizeOperationResponse ¶
type GetRequiredAmlFSSubnetsSizeOperationResponse struct { HttpResponse *http.Response OData *odata.OData 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 { LatestHttpResponse *http.Response Items []AmlFilesystem }
type ListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
func (*ListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]AmlFilesystem }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []AmlFilesystem }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]AmlFilesystem }
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" )
func (*MaintenanceDayOfWeekType) UnmarshalJSON ¶
func (s *MaintenanceDayOfWeekType) UnmarshalJSON(bytes []byte) error
type RequiredAmlFilesystemSubnetsSize ¶
type RequiredAmlFilesystemSubnetsSize struct {
FilesystemSubnetSize *int64 `json:"filesystemSubnetSize,omitempty"`
}
type UpdateOperationResponse ¶
Source Files ¶
- client.go
- constants.go
- id_amlfilesystem.go
- method_archive.go
- method_cancelarchive.go
- method_checkamlfssubnets.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_getrequiredamlfssubnetssize.go
- method_list.go
- method_listbyresourcegroup.go
- method_update.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_amlfilesystemproperties.go
- model_amlfilesystempropertieshsm.go
- model_amlfilesystempropertiesmaintenancewindow.go
- model_amlfilesystemrootsquashsettings.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
- predicates.go
- version.go