Documentation ¶
Index ¶
- func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error)
- type ServiceId
- type TenantConfigurationGetSyncStateOperationResponse
- type TenantConfigurationSyncStateClient
- type TenantConfigurationSyncStateContract
- type TenantConfigurationSyncStateContractProperties
- func (o *TenantConfigurationSyncStateContractProperties) GetConfigurationChangeDateAsTime() (*time.Time, error)
- func (o *TenantConfigurationSyncStateContractProperties) GetSyncDateAsTime() (*time.Time, error)
- func (o *TenantConfigurationSyncStateContractProperties) SetConfigurationChangeDateAsTime(input time.Time)
- func (o *TenantConfigurationSyncStateContractProperties) SetSyncDateAsTime(input time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateServiceID ¶
ValidateServiceID checks that 'input' can be parsed as a Service ID
Types ¶
type ServiceId ¶
ServiceId is a struct representing the Resource ID for a Service
func NewServiceID ¶
NewServiceID returns a new ServiceId struct
func ParseServiceID ¶
ParseServiceID parses 'input' into a ServiceId
func ParseServiceIDInsensitively ¶
ParseServiceIDInsensitively parses 'input' case-insensitively into a ServiceId note: this method should only be used for API response data and not user input
func (*ServiceId) FromParseResult ¶
func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error
func (ServiceId) Segments ¶
func (id ServiceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Service ID
type TenantConfigurationGetSyncStateOperationResponse ¶
type TenantConfigurationGetSyncStateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *TenantConfigurationSyncStateContract }
type TenantConfigurationSyncStateClient ¶
type TenantConfigurationSyncStateClient struct {
Client *resourcemanager.Client
}
func NewTenantConfigurationSyncStateClientWithBaseURI ¶
func NewTenantConfigurationSyncStateClientWithBaseURI(sdkApi sdkEnv.Api) (*TenantConfigurationSyncStateClient, error)
func (TenantConfigurationSyncStateClient) TenantConfigurationGetSyncState ¶
func (c TenantConfigurationSyncStateClient) TenantConfigurationGetSyncState(ctx context.Context, id ServiceId) (result TenantConfigurationGetSyncStateOperationResponse, err error)
TenantConfigurationGetSyncState ...
type TenantConfigurationSyncStateContract ¶
type TenantConfigurationSyncStateContract struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *TenantConfigurationSyncStateContractProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type TenantConfigurationSyncStateContractProperties ¶
type TenantConfigurationSyncStateContractProperties struct { Branch *string `json:"branch,omitempty"` CommitId *string `json:"commitId,omitempty"` ConfigurationChangeDate *string `json:"configurationChangeDate,omitempty"` IsExport *bool `json:"isExport,omitempty"` IsGitEnabled *bool `json:"isGitEnabled,omitempty"` IsSynced *bool `json:"isSynced,omitempty"` LastOperationId *string `json:"lastOperationId,omitempty"` SyncDate *string `json:"syncDate,omitempty"` }
func (*TenantConfigurationSyncStateContractProperties) GetConfigurationChangeDateAsTime ¶
func (o *TenantConfigurationSyncStateContractProperties) GetConfigurationChangeDateAsTime() (*time.Time, error)
func (*TenantConfigurationSyncStateContractProperties) GetSyncDateAsTime ¶
func (o *TenantConfigurationSyncStateContractProperties) GetSyncDateAsTime() (*time.Time, error)
func (*TenantConfigurationSyncStateContractProperties) SetConfigurationChangeDateAsTime ¶
func (o *TenantConfigurationSyncStateContractProperties) SetConfigurationChangeDateAsTime(input time.Time)
func (*TenantConfigurationSyncStateContractProperties) SetSyncDateAsTime ¶
func (o *TenantConfigurationSyncStateContractProperties) SetSyncDateAsTime(input time.Time)
Click to show internal directories.
Click to hide internal directories.