ScriptActionProfile(String, String, String, IEnumerable<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ScriptActionProfile.
public ScriptActionProfile (string scriptActionProfileType, string name, string uriString, System.Collections.Generic.IEnumerable<string> services);
new Azure.ResourceManager.HDInsight.Containers.Models.ScriptActionProfile : string * string * string * seq<string> -> Azure.ResourceManager.HDInsight.Containers.Models.ScriptActionProfile
Public Sub New (scriptActionProfileType As String, name As String, uriString As String, services As IEnumerable(Of String))
Parameters
- scriptActionProfileType
- String
Type of the script action. Supported type is bash scripts.
- name
- String
Script name.
- uriString
- String
Url of the script file.
- services
- IEnumerable<String>
List of services to apply the script action.
Exceptions
scriptActionProfileType
, name
, uriString
or services
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET