Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateLogProfileID ¶
ValidateLogProfileID checks that 'input' can be parsed as a Log Profile ID
Types ¶
type LogProfileId ¶
LogProfileId is a struct representing the Resource ID for a Log Profile
func NewLogProfileID ¶
func NewLogProfileID(subscriptionId string, logProfileName string) LogProfileId
NewLogProfileID returns a new LogProfileId struct
func ParseLogProfileID ¶
func ParseLogProfileID(input string) (*LogProfileId, error)
ParseLogProfileID parses 'input' into a LogProfileId
func ParseLogProfileIDInsensitively ¶
func ParseLogProfileIDInsensitively(input string) (*LogProfileId, error)
ParseLogProfileIDInsensitively parses 'input' case-insensitively into a LogProfileId note: this method should only be used for API response data and not user input
func (*LogProfileId) FromParseResult ¶
func (id *LogProfileId) FromParseResult(input resourceids.ParseResult) error
func (LogProfileId) Segments ¶
func (id LogProfileId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Log Profile ID
func (LogProfileId) String ¶
func (id LogProfileId) String() string
String returns a human-readable description of this Log Profile ID
type LogProfileProperties ¶
type LogProfileProperties struct { Categories []string `json:"categories"` Locations []string `json:"locations"` RetentionPolicy RetentionPolicy `json:"retentionPolicy"` ServiceBusRuleId *string `json:"serviceBusRuleId,omitempty"` StorageAccountId *string `json:"storageAccountId,omitempty"` }
type LogProfileResource ¶
type LogProfileResourcePatch ¶
type LogProfileResourcePatch struct { Properties *LogProfileProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type LogProfilesAPIsClient ¶
type LogProfilesAPIsClient struct {
Client *resourcemanager.Client
}
func NewLogProfilesAPIsClientWithBaseURI ¶
func NewLogProfilesAPIsClientWithBaseURI(sdkApi sdkEnv.Api) (*LogProfilesAPIsClient, error)
func (LogProfilesAPIsClient) LogProfilesUpdate ¶
func (c LogProfilesAPIsClient) LogProfilesUpdate(ctx context.Context, id LogProfileId, input LogProfileResourcePatch) (result LogProfilesUpdateOperationResponse, err error)
LogProfilesUpdate ...
type LogProfilesUpdateOperationResponse ¶
type LogProfilesUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *LogProfileResource }
type RetentionPolicy ¶
Click to show internal directories.
Click to hide internal directories.