Documentation ¶
Index ¶
- func ValidateScopedManagementAssociationID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListBySubscriptionOperationResponse
- type ManagementAssociation
- type ManagementAssociationClient
- func (c ManagementAssociationClient) CreateOrUpdate(ctx context.Context, id ScopedManagementAssociationId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagementAssociationClient) Delete(ctx context.Context, id ScopedManagementAssociationId) (result DeleteOperationResponse, err error)
- func (c ManagementAssociationClient) Get(ctx context.Context, id ScopedManagementAssociationId) (result GetOperationResponse, err error)
- func (c ManagementAssociationClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- type ManagementAssociationProperties
- type ManagementAssociationPropertiesList
- type ScopedManagementAssociationId
- func NewScopedManagementAssociationID(scope string, managementAssociationName string) ScopedManagementAssociationId
- func ParseScopedManagementAssociationID(input string) (*ScopedManagementAssociationId, error)
- func ParseScopedManagementAssociationIDInsensitively(input string) (*ScopedManagementAssociationId, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateScopedManagementAssociationID ¶ added in v0.20230714.1170806
func ValidateScopedManagementAssociationID(input interface{}, key string) (warnings []string, errors []error)
ValidateScopedManagementAssociationID checks that 'input' can be parsed as a Scoped Management Association ID
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagementAssociation }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagementAssociation }
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagementAssociationPropertiesList }
type ManagementAssociation ¶
type ManagementAssociation struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagementAssociationProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ManagementAssociationClient ¶
type ManagementAssociationClient struct {
Client *resourcemanager.Client
}
func NewManagementAssociationClientWithBaseURI ¶
func NewManagementAssociationClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagementAssociationClient, error)
func (ManagementAssociationClient) CreateOrUpdate ¶
func (c ManagementAssociationClient) CreateOrUpdate(ctx context.Context, id ScopedManagementAssociationId, input ManagementAssociation) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagementAssociationClient) Delete ¶
func (c ManagementAssociationClient) Delete(ctx context.Context, id ScopedManagementAssociationId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagementAssociationClient) Get ¶
func (c ManagementAssociationClient) Get(ctx context.Context, id ScopedManagementAssociationId) (result GetOperationResponse, err error)
Get ...
func (ManagementAssociationClient) ListBySubscription ¶
func (c ManagementAssociationClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
type ManagementAssociationProperties ¶
type ManagementAssociationProperties struct {
ApplicationId string `json:"applicationId"`
}
type ManagementAssociationPropertiesList ¶
type ManagementAssociationPropertiesList struct {
Value *[]ManagementAssociation `json:"value,omitempty"`
}
type ScopedManagementAssociationId ¶ added in v0.20230714.1170806
ScopedManagementAssociationId is a struct representing the Resource ID for a Scoped Management Association
func NewScopedManagementAssociationID ¶ added in v0.20230714.1170806
func NewScopedManagementAssociationID(scope string, managementAssociationName string) ScopedManagementAssociationId
NewScopedManagementAssociationID returns a new ScopedManagementAssociationId struct
func ParseScopedManagementAssociationID ¶ added in v0.20230714.1170806
func ParseScopedManagementAssociationID(input string) (*ScopedManagementAssociationId, error)
ParseScopedManagementAssociationID parses 'input' into a ScopedManagementAssociationId
func ParseScopedManagementAssociationIDInsensitively ¶ added in v0.20230714.1170806
func ParseScopedManagementAssociationIDInsensitively(input string) (*ScopedManagementAssociationId, error)
ParseScopedManagementAssociationIDInsensitively parses 'input' case-insensitively into a ScopedManagementAssociationId note: this method should only be used for API response data and not user input
func (ScopedManagementAssociationId) ID ¶ added in v0.20230714.1170806
func (id ScopedManagementAssociationId) ID() string
ID returns the formatted Scoped Management Association ID
func (ScopedManagementAssociationId) Segments ¶ added in v0.20230714.1170806
func (id ScopedManagementAssociationId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scoped Management Association ID
func (ScopedManagementAssociationId) String ¶ added in v0.20230714.1170806
func (id ScopedManagementAssociationId) String() string
String returns a human-readable description of this Scoped Management Association ID