Documentation ¶
Index ¶
- func ValidateCertificateID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceCertificateID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type CertificateClient
- func (c CertificateClient) CreateOrUpdate(ctx context.Context, id CertificateId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c CertificateClient) Delete(ctx context.Context, id CertificateId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
- func (c CertificateClient) Get(ctx context.Context, id CertificateId) (result GetOperationResponse, err error)
- func (c CertificateClient) GetEntityTag(ctx context.Context, id CertificateId) (result GetEntityTagOperationResponse, err error)
- func (c CertificateClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error)
- func (c CertificateClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error)
- func (c CertificateClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error)
- func (c CertificateClient) RefreshSecret(ctx context.Context, id CertificateId) (result RefreshSecretOperationResponse, err error)
- func (c CertificateClient) WorkspaceCertificateCreateOrUpdate(ctx context.Context, id WorkspaceCertificateId, ...) (result WorkspaceCertificateCreateOrUpdateOperationResponse, err error)
- func (c CertificateClient) WorkspaceCertificateDelete(ctx context.Context, id WorkspaceCertificateId, ...) (result WorkspaceCertificateDeleteOperationResponse, err error)
- func (c CertificateClient) WorkspaceCertificateGet(ctx context.Context, id WorkspaceCertificateId) (result WorkspaceCertificateGetOperationResponse, err error)
- func (c CertificateClient) WorkspaceCertificateGetEntityTag(ctx context.Context, id WorkspaceCertificateId) (result WorkspaceCertificateGetEntityTagOperationResponse, err error)
- func (c CertificateClient) WorkspaceCertificateListByWorkspace(ctx context.Context, id WorkspaceId, ...) (result WorkspaceCertificateListByWorkspaceOperationResponse, err error)
- func (c CertificateClient) WorkspaceCertificateListByWorkspaceComplete(ctx context.Context, id WorkspaceId, ...) (WorkspaceCertificateListByWorkspaceCompleteResult, error)
- func (c CertificateClient) WorkspaceCertificateListByWorkspaceCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, ...) (result WorkspaceCertificateListByWorkspaceCompleteResult, err error)
- func (c CertificateClient) WorkspaceCertificateRefreshSecret(ctx context.Context, id WorkspaceCertificateId) (result WorkspaceCertificateRefreshSecretOperationResponse, err error)
- type CertificateContract
- type CertificateContractOperationPredicate
- type CertificateContractProperties
- type CertificateCreateOrUpdateParameters
- type CertificateCreateOrUpdateProperties
- type CertificateId
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationOptions
- type DeleteOperationResponse
- type GetEntityTagOperationResponse
- type GetOperationResponse
- type KeyVaultContractCreateProperties
- type KeyVaultContractProperties
- type KeyVaultLastAccessStatusContractProperties
- type ListByServiceCompleteResult
- type ListByServiceCustomPager
- type ListByServiceOperationOptions
- type ListByServiceOperationResponse
- type RefreshSecretOperationResponse
- type ServiceId
- type WorkspaceCertificateCreateOrUpdateOperationOptions
- type WorkspaceCertificateCreateOrUpdateOperationResponse
- type WorkspaceCertificateDeleteOperationOptions
- type WorkspaceCertificateDeleteOperationResponse
- type WorkspaceCertificateGetEntityTagOperationResponse
- type WorkspaceCertificateGetOperationResponse
- type WorkspaceCertificateId
- func NewWorkspaceCertificateID(subscriptionId string, resourceGroupName string, serviceName string, ...) WorkspaceCertificateId
- func ParseWorkspaceCertificateID(input string) (*WorkspaceCertificateId, error)
- func ParseWorkspaceCertificateIDInsensitively(input string) (*WorkspaceCertificateId, error)
- type WorkspaceCertificateListByWorkspaceCompleteResult
- type WorkspaceCertificateListByWorkspaceCustomPager
- type WorkspaceCertificateListByWorkspaceOperationOptions
- type WorkspaceCertificateListByWorkspaceOperationResponse
- type WorkspaceCertificateRefreshSecretOperationResponse
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateCertificateID ¶
ValidateCertificateID checks that 'input' can be parsed as a Certificate ID
func ValidateServiceID ¶
ValidateServiceID checks that 'input' can be parsed as a Service ID
func ValidateWorkspaceCertificateID ¶
func ValidateWorkspaceCertificateID(input interface{}, key string) (warnings []string, errors []error)
ValidateWorkspaceCertificateID checks that 'input' can be parsed as a Workspace Certificate ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type CertificateClient ¶
type CertificateClient struct {
Client *resourcemanager.Client
}
func NewCertificateClientWithBaseURI ¶
func NewCertificateClientWithBaseURI(sdkApi sdkEnv.Api) (*CertificateClient, error)
func (CertificateClient) CreateOrUpdate ¶
func (c CertificateClient) CreateOrUpdate(ctx context.Context, id CertificateId, input CertificateCreateOrUpdateParameters, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (CertificateClient) Delete ¶
func (c CertificateClient) Delete(ctx context.Context, id CertificateId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
Delete ...
func (CertificateClient) Get ¶
func (c CertificateClient) Get(ctx context.Context, id CertificateId) (result GetOperationResponse, err error)
Get ...
func (CertificateClient) GetEntityTag ¶
func (c CertificateClient) GetEntityTag(ctx context.Context, id CertificateId) (result GetEntityTagOperationResponse, err error)
GetEntityTag ...
func (CertificateClient) ListByService ¶
func (c CertificateClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error)
ListByService ...
func (CertificateClient) ListByServiceComplete ¶
func (c CertificateClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error)
ListByServiceComplete retrieves all the results into a single object
func (CertificateClient) ListByServiceCompleteMatchingPredicate ¶
func (c CertificateClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, predicate CertificateContractOperationPredicate) (result ListByServiceCompleteResult, err error)
ListByServiceCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CertificateClient) RefreshSecret ¶
func (c CertificateClient) RefreshSecret(ctx context.Context, id CertificateId) (result RefreshSecretOperationResponse, err error)
RefreshSecret ...
func (CertificateClient) WorkspaceCertificateCreateOrUpdate ¶
func (c CertificateClient) WorkspaceCertificateCreateOrUpdate(ctx context.Context, id WorkspaceCertificateId, input CertificateCreateOrUpdateParameters, options WorkspaceCertificateCreateOrUpdateOperationOptions) (result WorkspaceCertificateCreateOrUpdateOperationResponse, err error)
WorkspaceCertificateCreateOrUpdate ...
func (CertificateClient) WorkspaceCertificateDelete ¶
func (c CertificateClient) WorkspaceCertificateDelete(ctx context.Context, id WorkspaceCertificateId, options WorkspaceCertificateDeleteOperationOptions) (result WorkspaceCertificateDeleteOperationResponse, err error)
WorkspaceCertificateDelete ...
func (CertificateClient) WorkspaceCertificateGet ¶
func (c CertificateClient) WorkspaceCertificateGet(ctx context.Context, id WorkspaceCertificateId) (result WorkspaceCertificateGetOperationResponse, err error)
WorkspaceCertificateGet ...
func (CertificateClient) WorkspaceCertificateGetEntityTag ¶
func (c CertificateClient) WorkspaceCertificateGetEntityTag(ctx context.Context, id WorkspaceCertificateId) (result WorkspaceCertificateGetEntityTagOperationResponse, err error)
WorkspaceCertificateGetEntityTag ...
func (CertificateClient) WorkspaceCertificateListByWorkspace ¶
func (c CertificateClient) WorkspaceCertificateListByWorkspace(ctx context.Context, id WorkspaceId, options WorkspaceCertificateListByWorkspaceOperationOptions) (result WorkspaceCertificateListByWorkspaceOperationResponse, err error)
WorkspaceCertificateListByWorkspace ...
func (CertificateClient) WorkspaceCertificateListByWorkspaceComplete ¶
func (c CertificateClient) WorkspaceCertificateListByWorkspaceComplete(ctx context.Context, id WorkspaceId, options WorkspaceCertificateListByWorkspaceOperationOptions) (WorkspaceCertificateListByWorkspaceCompleteResult, error)
WorkspaceCertificateListByWorkspaceComplete retrieves all the results into a single object
func (CertificateClient) WorkspaceCertificateListByWorkspaceCompleteMatchingPredicate ¶
func (c CertificateClient) WorkspaceCertificateListByWorkspaceCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options WorkspaceCertificateListByWorkspaceOperationOptions, predicate CertificateContractOperationPredicate) (result WorkspaceCertificateListByWorkspaceCompleteResult, err error)
WorkspaceCertificateListByWorkspaceCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CertificateClient) WorkspaceCertificateRefreshSecret ¶
func (c CertificateClient) WorkspaceCertificateRefreshSecret(ctx context.Context, id WorkspaceCertificateId) (result WorkspaceCertificateRefreshSecretOperationResponse, err error)
WorkspaceCertificateRefreshSecret ...
type CertificateContract ¶
type CertificateContract struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *CertificateContractProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type CertificateContractOperationPredicate ¶
func (CertificateContractOperationPredicate) Matches ¶
func (p CertificateContractOperationPredicate) Matches(input CertificateContract) bool
type CertificateContractProperties ¶
type CertificateContractProperties struct { ExpirationDate string `json:"expirationDate"` KeyVault *KeyVaultContractProperties `json:"keyVault,omitempty"` Subject string `json:"subject"` Thumbprint string `json:"thumbprint"` }
func (*CertificateContractProperties) GetExpirationDateAsTime ¶
func (o *CertificateContractProperties) GetExpirationDateAsTime() (*time.Time, error)
func (*CertificateContractProperties) SetExpirationDateAsTime ¶
func (o *CertificateContractProperties) SetExpirationDateAsTime(input time.Time)
type CertificateCreateOrUpdateParameters ¶
type CertificateCreateOrUpdateParameters struct {
Properties *CertificateCreateOrUpdateProperties `json:"properties,omitempty"`
}
type CertificateCreateOrUpdateProperties ¶
type CertificateCreateOrUpdateProperties struct { Data *string `json:"data,omitempty"` KeyVault *KeyVaultContractCreateProperties `json:"keyVault,omitempty"` Password *string `json:"password,omitempty"` }
type CertificateId ¶
type CertificateId struct { SubscriptionId string ResourceGroupName string ServiceName string CertificateId string }
CertificateId is a struct representing the Resource ID for a Certificate
func NewCertificateID ¶
func NewCertificateID(subscriptionId string, resourceGroupName string, serviceName string, certificateId string) CertificateId
NewCertificateID returns a new CertificateId struct
func ParseCertificateID ¶
func ParseCertificateID(input string) (*CertificateId, error)
ParseCertificateID parses 'input' into a CertificateId
func ParseCertificateIDInsensitively ¶
func ParseCertificateIDInsensitively(input string) (*CertificateId, error)
ParseCertificateIDInsensitively parses 'input' case-insensitively into a CertificateId note: this method should only be used for API response data and not user input
func (*CertificateId) FromParseResult ¶
func (id *CertificateId) FromParseResult(input resourceids.ParseResult) error
func (CertificateId) ID ¶
func (id CertificateId) ID() string
ID returns the formatted Certificate ID
func (CertificateId) Segments ¶
func (id CertificateId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Certificate ID
func (CertificateId) String ¶
func (id CertificateId) String() string
String returns a human-readable description of this Certificate ID
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
func (CreateOrUpdateOperationOptions) ToHeaders ¶
func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (CreateOrUpdateOperationOptions) ToOData ¶
func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query
func (CreateOrUpdateOperationOptions) ToQuery ¶
func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CertificateContract }
type DeleteOperationOptions ¶
type DeleteOperationOptions struct {
IfMatch *string
}
func DefaultDeleteOperationOptions ¶
func DefaultDeleteOperationOptions() DeleteOperationOptions
func (DeleteOperationOptions) ToHeaders ¶
func (o DeleteOperationOptions) ToHeaders() *client.Headers
func (DeleteOperationOptions) ToOData ¶
func (o DeleteOperationOptions) ToOData() *odata.Query
func (DeleteOperationOptions) ToQuery ¶
func (o DeleteOperationOptions) ToQuery() *client.QueryParams
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CertificateContract }
type KeyVaultContractProperties ¶
type KeyVaultContractProperties struct { IdentityClientId *string `json:"identityClientId,omitempty"` LastStatus *KeyVaultLastAccessStatusContractProperties `json:"lastStatus,omitempty"` SecretIdentifier *string `json:"secretIdentifier,omitempty"` }
type KeyVaultLastAccessStatusContractProperties ¶
type KeyVaultLastAccessStatusContractProperties struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` TimeStampUtc *string `json:"timeStampUtc,omitempty"` }
func (*KeyVaultLastAccessStatusContractProperties) GetTimeStampUtcAsTime ¶
func (o *KeyVaultLastAccessStatusContractProperties) GetTimeStampUtcAsTime() (*time.Time, error)
func (*KeyVaultLastAccessStatusContractProperties) SetTimeStampUtcAsTime ¶
func (o *KeyVaultLastAccessStatusContractProperties) SetTimeStampUtcAsTime(input time.Time)
type ListByServiceCompleteResult ¶
type ListByServiceCompleteResult struct { LatestHttpResponse *http.Response Items []CertificateContract }
type ListByServiceCustomPager ¶
func (*ListByServiceCustomPager) NextPageLink ¶
func (p *ListByServiceCustomPager) NextPageLink() *odata.Link
type ListByServiceOperationOptions ¶
type ListByServiceOperationOptions struct { Filter *string IsKeyVaultRefreshFailed *bool Skip *int64 Top *int64 }
func DefaultListByServiceOperationOptions ¶
func DefaultListByServiceOperationOptions() ListByServiceOperationOptions
func (ListByServiceOperationOptions) ToHeaders ¶
func (o ListByServiceOperationOptions) ToHeaders() *client.Headers
func (ListByServiceOperationOptions) ToOData ¶
func (o ListByServiceOperationOptions) ToOData() *odata.Query
func (ListByServiceOperationOptions) ToQuery ¶
func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams
type ListByServiceOperationResponse ¶
type ListByServiceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]CertificateContract }
type RefreshSecretOperationResponse ¶
type RefreshSecretOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CertificateContract }
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 WorkspaceCertificateCreateOrUpdateOperationOptions ¶
type WorkspaceCertificateCreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultWorkspaceCertificateCreateOrUpdateOperationOptions ¶
func DefaultWorkspaceCertificateCreateOrUpdateOperationOptions() WorkspaceCertificateCreateOrUpdateOperationOptions
func (WorkspaceCertificateCreateOrUpdateOperationOptions) ToHeaders ¶
func (o WorkspaceCertificateCreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (WorkspaceCertificateCreateOrUpdateOperationOptions) ToOData ¶
func (o WorkspaceCertificateCreateOrUpdateOperationOptions) ToOData() *odata.Query
func (WorkspaceCertificateCreateOrUpdateOperationOptions) ToQuery ¶
func (o WorkspaceCertificateCreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type WorkspaceCertificateCreateOrUpdateOperationResponse ¶
type WorkspaceCertificateCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CertificateContract }
type WorkspaceCertificateDeleteOperationOptions ¶
type WorkspaceCertificateDeleteOperationOptions struct {
IfMatch *string
}
func DefaultWorkspaceCertificateDeleteOperationOptions ¶
func DefaultWorkspaceCertificateDeleteOperationOptions() WorkspaceCertificateDeleteOperationOptions
func (WorkspaceCertificateDeleteOperationOptions) ToHeaders ¶
func (o WorkspaceCertificateDeleteOperationOptions) ToHeaders() *client.Headers
func (WorkspaceCertificateDeleteOperationOptions) ToOData ¶
func (o WorkspaceCertificateDeleteOperationOptions) ToOData() *odata.Query
func (WorkspaceCertificateDeleteOperationOptions) ToQuery ¶
func (o WorkspaceCertificateDeleteOperationOptions) ToQuery() *client.QueryParams
type WorkspaceCertificateGetOperationResponse ¶
type WorkspaceCertificateGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CertificateContract }
type WorkspaceCertificateId ¶
type WorkspaceCertificateId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string CertificateId string }
WorkspaceCertificateId is a struct representing the Resource ID for a Workspace Certificate
func NewWorkspaceCertificateID ¶
func NewWorkspaceCertificateID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string, certificateId string) WorkspaceCertificateId
NewWorkspaceCertificateID returns a new WorkspaceCertificateId struct
func ParseWorkspaceCertificateID ¶
func ParseWorkspaceCertificateID(input string) (*WorkspaceCertificateId, error)
ParseWorkspaceCertificateID parses 'input' into a WorkspaceCertificateId
func ParseWorkspaceCertificateIDInsensitively ¶
func ParseWorkspaceCertificateIDInsensitively(input string) (*WorkspaceCertificateId, error)
ParseWorkspaceCertificateIDInsensitively parses 'input' case-insensitively into a WorkspaceCertificateId note: this method should only be used for API response data and not user input
func (*WorkspaceCertificateId) FromParseResult ¶
func (id *WorkspaceCertificateId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceCertificateId) ID ¶
func (id WorkspaceCertificateId) ID() string
ID returns the formatted Workspace Certificate ID
func (WorkspaceCertificateId) Segments ¶
func (id WorkspaceCertificateId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace Certificate ID
func (WorkspaceCertificateId) String ¶
func (id WorkspaceCertificateId) String() string
String returns a human-readable description of this Workspace Certificate ID
type WorkspaceCertificateListByWorkspaceCompleteResult ¶
type WorkspaceCertificateListByWorkspaceCompleteResult struct { LatestHttpResponse *http.Response Items []CertificateContract }
type WorkspaceCertificateListByWorkspaceCustomPager ¶
type WorkspaceCertificateListByWorkspaceCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*WorkspaceCertificateListByWorkspaceCustomPager) NextPageLink ¶
func (p *WorkspaceCertificateListByWorkspaceCustomPager) NextPageLink() *odata.Link
type WorkspaceCertificateListByWorkspaceOperationOptions ¶
type WorkspaceCertificateListByWorkspaceOperationOptions struct { Filter *string IsKeyVaultRefreshFailed *bool Skip *int64 Top *int64 }
func DefaultWorkspaceCertificateListByWorkspaceOperationOptions ¶
func DefaultWorkspaceCertificateListByWorkspaceOperationOptions() WorkspaceCertificateListByWorkspaceOperationOptions
func (WorkspaceCertificateListByWorkspaceOperationOptions) ToHeaders ¶
func (o WorkspaceCertificateListByWorkspaceOperationOptions) ToHeaders() *client.Headers
func (WorkspaceCertificateListByWorkspaceOperationOptions) ToOData ¶
func (o WorkspaceCertificateListByWorkspaceOperationOptions) ToOData() *odata.Query
func (WorkspaceCertificateListByWorkspaceOperationOptions) ToQuery ¶
func (o WorkspaceCertificateListByWorkspaceOperationOptions) ToQuery() *client.QueryParams
type WorkspaceCertificateListByWorkspaceOperationResponse ¶
type WorkspaceCertificateListByWorkspaceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]CertificateContract }
type WorkspaceCertificateRefreshSecretOperationResponse ¶
type WorkspaceCertificateRefreshSecretOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CertificateContract }
type WorkspaceId ¶
type WorkspaceId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string }
WorkspaceId is a struct representing the Resource ID for a Workspace
func NewWorkspaceID ¶
func NewWorkspaceID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string) WorkspaceId
NewWorkspaceID returns a new WorkspaceId struct
func ParseWorkspaceID ¶
func ParseWorkspaceID(input string) (*WorkspaceId, error)
ParseWorkspaceID parses 'input' into a WorkspaceId
func ParseWorkspaceIDInsensitively ¶
func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error)
ParseWorkspaceIDInsensitively parses 'input' case-insensitively into a WorkspaceId note: this method should only be used for API response data and not user input
func (*WorkspaceId) FromParseResult ¶
func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceId) Segments ¶
func (id WorkspaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace ID
func (WorkspaceId) String ¶
func (id WorkspaceId) String() string
String returns a human-readable description of this Workspace ID
Source Files ¶
- client.go
- id_certificate.go
- id_service.go
- id_workspace.go
- id_workspacecertificate.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_getentitytag.go
- method_listbyservice.go
- method_refreshsecret.go
- method_workspacecertificatecreateorupdate.go
- method_workspacecertificatedelete.go
- method_workspacecertificateget.go
- method_workspacecertificategetentitytag.go
- method_workspacecertificatelistbyworkspace.go
- method_workspacecertificaterefreshsecret.go
- model_certificatecontract.go
- model_certificatecontractproperties.go
- model_certificatecreateorupdateparameters.go
- model_certificatecreateorupdateproperties.go
- model_keyvaultcontractcreateproperties.go
- model_keyvaultcontractproperties.go
- model_keyvaultlastaccessstatuscontractproperties.go
- predicates.go
- version.go